Skip to main content

Add Texture

Add Texture

Example AEJuice Toolbar and kBar parameters with default values:

{"color":[1,1,1,0],"matchColor":true}

Learn more

color (text or array). Custom color applied if match color is not selected. Values: hex code, for example, #FF0000 or rgba array in a range 0-1, for example, [1, 1, 1, 0].

matchColor (boolean). Match color for each layer. Values: true or false.

Add "ui":true parameter to open script's interface instead of running it directly. If it's a single parameter add the following {"ui":true}. If it's not a single parameter, it can look like this {"color":[1,1,1,0],"matchColor":true,"ui":true}.